home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00096_Quit script.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  187 b   |  18 lines

  1. on keyDown
  2.   if the key = 1 then
  3.     go("copy")
  4.   end if
  5.   if the key = "r" then
  6.     go("main")
  7.   end if
  8. end
  9.  
  10. on mouseDown
  11.   puppetSound(0)
  12.   quit()
  13. end
  14.  
  15. on exitFrame
  16.   go(the frame)
  17. end
  18.